Adwaita: Fix treeview headers
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2015 22:34:21 +0000 (17:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2015 22:34:21 +0000 (17:34 -0500)
The borders went missing on these, at some point.

https://bugzilla.gnome.org/show_bug.cgi?id=759567

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index aa9ce8ca2c356244f9da9d748affa611dd04dddc..9fd219c0a328b2a875181c1be238f81db7d05659 100644 (file)
@@ -1428,9 +1428,7 @@ treeview.view {
       }
     }
     & button:last-child,
-    & button:last-child:backdrop, // set :backdrop too or the border will be visibile there
-    &:last-child button,
-    &:last-child button:backdrop { //treeview-like derived widgets in Banshee and Evolution
+    & button:last-child:backdrop {
       border-right-style: none;
     }
   }
index 861a096aa377932c1e1460355c73b09fa5c6d664..60c0bc13e7600d7fb058064606a7613830c79ea2 100644 (file)
@@ -2040,7 +2040,7 @@ treeview.view {
     treeview.view header button:active {
       color: #eeeeec;
       transition: none; }
-  treeview.view header button:last-child, treeview.view header button:last-child:backdrop, treeview.view header:last-child button, treeview.view header:last-child button:backdrop {
+  treeview.view header button:last-child, treeview.view header button:last-child:backdrop {
     border-right-style: none; }
   treeview.view header.button.dnd, treeview.view header button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:hover {
     transition: none;
index d8c52512820a8219b91a8e5533bc5bef64d49ec8..8199fb724591602c712534d234a7b265e3aa0eb1 100644 (file)
@@ -2046,7 +2046,7 @@ treeview.view {
     treeview.view header button:active {
       color: #2e3436;
       transition: none; }
-  treeview.view header button:last-child, treeview.view header button:last-child:backdrop, treeview.view header:last-child button, treeview.view header:last-child button:backdrop {
+  treeview.view header button:last-child, treeview.view header button:last-child:backdrop {
     border-right-style: none; }
   treeview.view header.button.dnd, treeview.view header button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:hover {
     transition: none;